home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2000 December / MaxiMac 109.iso / Macworld on CD n°109 / Applications (Mac OS X PB) / JetClock (Cocoa) / JetClock.app / Contents / Resources / German.lproj / Clock.nib / classes.nib next >
Encoding:
Text File  |  2000-10-19  |  838 b   |  26 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {currentMonthAction = id; nextMonthAction = id; previousMonthAction = id; }; 
  5.             CLASS = CalendarDelegate; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {dayMatrixNR = id; monthButtonNR = id; windowR = id; }; 
  8.             SUPERCLASS = NSObject; 
  9.         }, 
  10.         {
  11.             ACTIONS = {preferenceEditor = id; showFont = id; }; 
  12.             CLASS = ClockDelegate; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {calendarDelegateR = id; }; 
  15.             SUPERCLASS = NSObject; 
  16.         }, 
  17.         {CLASS = ClockDisplay; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
  18.         {
  19.             ACTIONS = {showHelp = id; }; 
  20.             CLASS = FirstResponder; 
  21.             LANGUAGE = ObjC; 
  22.             SUPERCLASS = NSObject; 
  23.         }
  24.     ); 
  25.     IBVersion = 1; 
  26. }